home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003 April
/
EnterCD 4_2003.iso
/
Multimedia
/
AlbumCreator 2.5
/
AC2.exe
/
a1.swf
/
scripts
/
frame_8
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-11-25
|
226 b
|
9 lines
if(image.getBytesTotal() < 0 || image.getBytesTotal() > image.getBytesLoaded())
{
if(image.getBytesTotal() > 0)
{
imloading = image.getBytesLoaded() + "/" + image.getBytesTotal();
}
gotoAndPlay(7);
}